home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / ballbounce.swf / scripts / DefineButton2_154 / BUTTONCONDACTION on(release, keyPress r).as
Text File  |  2006-05-23  |  188b  |  12 lines

  1. on(release, keyPress "r"){
  2.    with(_root.ball)
  3.    {
  4.       _x = 19.95;
  5.       _y = 179.5;
  6.       dx = 0;
  7.       dy = 0;
  8.       _root.ballmode = "point";
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.